Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps astroid from 4.0.1 to 4.0.3.

Release notes

Sourced from astroid's releases.

v4.0.3

What's New in astroid 4.0.3?

Release date: 2026-01-03

  • Fix inference of IfExp (ternary expression) nodes to avoid prematurely narrowing results in the face of inference ambiguity.

    Closes #2899

  • Fix base class inference for dataclasses using the PEP 695 typing syntax.

    Refs pylint-dev/pylint#10788

v4.0.2

What's New in astroid 4.0.2?

Release date: 2025-11-09

  • Handle FunctionDef blockstart_tolineno edge cases correctly.

    Refs #2880

  • Add HTTPMethod enum support to brain module for Python 3.11+.

    Refs pylint-dev/pylint#10624 Closes #2877

Changelog

Sourced from astroid's changelog.

What's New in astroid 4.0.3?

Release date: 2026-01-03

  • Fix inference of IfExp (ternary expression) nodes to avoid prematurely narrowing results in the face of inference ambiguity.

    Closes #2899

  • Fix base class inference for dataclasses using the PEP 695 typing syntax.

    Refs pylint-dev/pylint#10788

What's New in astroid 4.0.2?

Release date: 2025-11-09

  • Handle FunctionDef blockstart_tolineno edge cases correctly.

    Refs #2880

  • Add HTTPMethod enum support to brain module for Python 3.11+.

    Refs pylint-dev/pylint#10624 Closes #2877

Commits
  • b978037 Bump astroid to 4.0.3, update changelog
  • 5476bc3 [Backport maintenance/4.0.x] Wrong inference with default argument values (#2...
  • ae761dc [Backport maintenance/4.0.x] Fix base class inference for dataclasses with PE...
  • 077c51f [Backport maintenance/4.0.x] [typing] Add sys check guard for typing.Self for...
  • f3255d1 [Backport maintenance/4.0.x] Skip mypy install for pypy (#2906)
  • d2823f2 [Backport maintenance/4.0.x] [ci] Fix windows cache key (#2903)
  • 05c79e1 [Backport maintenance/4.0.x] Improve self argument typing (#2904)
  • a068430 Bump astroid to 4.0.2, update changelog
  • a5ce4b0 Upgrade pylint to 4.0.0, add mypy to the allowlist
  • d71bfac [Backport maintenance/4.0.x] Handle FunctionDef blockstart_tolineno edge case...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [astroid](https://github.com/pylint-dev/astroid) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v4.0.1...v4.0.3)

---
updated-dependencies:
- dependency-name: astroid
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry labels Jan 5, 2026
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.98%. Comparing base (4f6c241) to head (8d14e4f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #10799      +/-   ##
==========================================
- Coverage   95.98%   95.98%   -0.01%     
==========================================
  Files         176      176              
  Lines       19564    19564              
==========================================
- Hits        18779    18778       -1     
- Misses        785      786       +1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

🤖 Effect of this PR on checked open source code: 🤖

Effect on pandas:
The following messages are now emitted:

Details
  1. attribute-defined-outside-init:
    Attribute 'index' defined outside init
    https://github.com/pandas-dev/pandas/blob/9467c7053504f412d48ce3853077a35524e297a5/pandas/core/generic.py#L1354
  2. attribute-defined-outside-init:
    Attribute 'columns' defined outside init
    https://github.com/pandas-dev/pandas/blob/9467c7053504f412d48ce3853077a35524e297a5/pandas/core/generic.py#L1356

The following messages are no longer emitted:

Details
  1. unsupported-membership-test:
    Value 'self.columns._engine' doesn't support membership test
    https://github.com/pandas-dev/pandas/blob/9467c7053504f412d48ce3853077a35524e297a5/pandas/core/generic.py#L4283
  2. redefined-variable-type:
    Redefinition of result type from pandas.core.indexes.base.Index to tuple
    https://github.com/pandas-dev/pandas/blob/9467c7053504f412d48ce3853077a35524e297a5/pandas/core/indexes/base.py#L3472

Effect on astroid:
The following messages are now emitted:

Details
  1. useless-suppression:
    Useless suppression of 'unsubscriptable-object'
    https://github.com/pylint-dev/astroid/blob/225d96401d3a893468eac17a729699b1b5cabb7b/astroid/rebuilder.py#L124

The following messages are no longer emitted:

Details
  1. suppressed-message:
    Suppressed 'unsubscriptable-object' (from line 124)
    https://github.com/pylint-dev/astroid/blob/225d96401d3a893468eac17a729699b1b5cabb7b/astroid/rebuilder.py#L124

Effect on sentry:
The following messages are no longer emitted:

Details
  1. unsupported-membership-test:
    Value 'self.skip_models' doesn't support membership test
    https://github.com/getsentry/sentry/blob/7eddaa942f085c11a9ffb3d70472e781055ba03e/src/sentry/deletions/defaults/group.py#L254

Effect on home-assistant:
The following messages are now emitted:

Details
  1. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/light.py#L118
  2. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/light.py#L118
  3. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/light.py#L118
  4. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L247
  5. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L247
  6. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L247
  7. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L247
  8. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L263
  9. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L263
  10. unexpected-keyword-arg:
    Unexpected keyword argument 'has_entity_name' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L263
  11. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L263
  12. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L279
  13. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L279
  14. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L279
  15. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L279
  16. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L293
  17. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L293
  18. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L306
  19. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L306
  20. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L306
  21. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L306
  22. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L319
  23. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L319
  24. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L319
  25. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L319
  26. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L332
  27. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L332
  28. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L332
  29. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L332
  30. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L345
  31. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L345
  32. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L345
  33. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L345
  34. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L345
  35. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L361
  36. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L361
  37. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L361
  38. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L361
  39. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L361
  40. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L377
  41. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L377
  42. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L377
  43. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/switch.py#L377
  44. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L269
  45. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L269
  46. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L269
  47. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L269
  48. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L269
  49. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L269
  50. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L339
  51. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L339
  52. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L339
  53. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L339
  54. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L339
  55. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L339
  56. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L385
  57. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L385
  58. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L385
  59. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L385
  60. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L385
  61. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L385
  62. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L402
  63. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L402
  64. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L402
  65. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L402
  66. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L402
  67. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L402
  68. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L419
  69. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L419
  70. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L419
  71. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L419
  72. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L419
  73. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L419
  74. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L419
  75. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L436
  76. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L436
  77. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L436
  78. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L436
  79. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L436
  80. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L436
  81. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L452
  82. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L452
  83. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L452
  84. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L452
  85. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L452
  86. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L452
  87. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L452
  88. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L452
  89. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L470
  90. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L470
  91. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L470
  92. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L470
  93. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L470
  94. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L470
  95. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L470
  96. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L470
  97. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L488
  98. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L488
  99. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L488
  100. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L488
  101. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L503
  102. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L503
  103. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L503
  104. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L503
  105. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L516
  106. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L516
  107. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L516
  108. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L516
  109. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L516
  110. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L531
  111. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L531
  112. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L531
  113. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L531
  114. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L531
  115. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L547
  116. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L547
  117. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L547
  118. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L547
  119. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L547
  120. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L547
  121. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L563
  122. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L563
  123. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L563
  124. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L563
  125. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L563
  126. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L563
  127. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L579
  128. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L579
  129. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L579
  130. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L592
  131. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L592
  132. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L592
  133. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L592
  134. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L606
  135. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L606
  136. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L606
  137. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L620
  138. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L620
  139. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L620
  140. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L620
  141. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L620
  142. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L634
  143. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L634
  144. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L634
  145. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L634
  146. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L634
  147. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L649
  148. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L649
  149. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L649
  150. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L649
  151. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/sensor.py#L649
  152. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L92
  153. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L92
  154. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L92
  155. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L104
  156. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L104
  157. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L104
  158. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L117
  159. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L117
  160. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L117
  161. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L117
  162. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/button.py#L117
  163. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/update.py#L51
  164. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/update.py#L51
  165. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/image.py#L49
  166. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/image.py#L49
  167. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/image.py#L49
  168. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/image.py#L49
  169. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/device_tracker.py#L152
  170. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/unifi/device_tracker.py#L172
  171. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L66
  172. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L66
  173. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L66
  174. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L66
  175. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L66
  176. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L74
  177. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L74
  178. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L74
  179. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L74
  180. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L74
  181. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L74
  182. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L83
  183. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L83
  184. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L83
  185. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L83
  186. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L83
  187. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L83
  188. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L92
  189. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L92
  190. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L92
  191. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L92
  192. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L92
  193. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L92
  194. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L120
  195. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L120
  196. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L120
  197. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L120
  198. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L120
  199. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L120
  200. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L120
  201. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L120
  202. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L131
  203. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L131
  204. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L131
  205. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L131
  206. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L131
  207. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L131
  208. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L140
  209. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L140
  210. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L140
  211. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L140
  212. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L140
  213. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L140
  214. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L140
  215. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L150
  216. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L150
  217. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L150
  218. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L150
  219. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L150
  220. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L150
  221. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L150
  222. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L160
  223. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L160
  224. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L160
  225. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L160
  226. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L160
  227. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L160
  228. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L169
  229. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L169
  230. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L169
  231. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L169
  232. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L169
  233. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L169
  234. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L169
  235. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L169
  236. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L180
  237. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L180
  238. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L180
  239. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L180
  240. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L180
  241. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L180
  242. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L180
  243. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L180
  244. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L191
  245. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L191
  246. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L191
  247. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L191
  248. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L191
  249. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L191
  250. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L191
  251. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L191
  252. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L202
  253. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L202
  254. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L202
  255. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L202
  256. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/powerwall/sensor.py#L202
  257. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L79
  258. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L79
  259. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L79
  260. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L86
  261. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L86
  262. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L86
  263. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L93
  264. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L93
  265. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L93
  266. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L100
  267. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L100
  268. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L100
  269. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L107
  270. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L107
  271. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L114
  272. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/shelly/button.py#L114
  273. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/motionblinds_ble/sensor.py#L82
  274. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/motionblinds_ble/sensor.py#L82
  275. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/motionblinds_ble/sensor.py#L82
  276. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/motionblinds_ble/sensor.py#L82
  277. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/3b2a7ba561c8d70741a5a99d0d37e4e50f975f7c/homeassistant/components/motionblinds_ble/sensor.py#L82
  278. unexpected-keyword...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit 8d14e4f

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@jacobtylerwalls jacobtylerwalls deleted the dependabot/pip/astroid-4.0.3 branch January 10, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants